Missing Method in BlocksController

Error: The action The Unknown Silence is not defined in controller BlocksController

Error: Create BlocksController::The Unknown Silence() in file: app/controllers/blocks_controller.php.

<?php
class BlocksController extends AppController {

	var $name = 'Blocks';


	function The Unknown Silence() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.